Repository: http://repo.msys2.org/msys/x86_64/
Download (version 3.1.3-1): http://repo.msys2.org/msys/x86_64/rsync-3.1.3-1-x86_64.pkg.tar.xz
Note: You'll need to be admin to copy this file to the Program Files directory of Gitbash
#!/usr/bin/env bash | |
set -Eeo pipefail | |
trap cleanup SIGINT SIGTERM ERR EXIT | |
script_dir=$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd -P) | |
cleanup() { | |
trap - SIGINT SIGTERM ERR EXIT | |
# script cleanup here |
Repository: http://repo.msys2.org/msys/x86_64/
Download (version 3.1.3-1): http://repo.msys2.org/msys/x86_64/rsync-3.1.3-1-x86_64.pkg.tar.xz
Note: You'll need to be admin to copy this file to the Program Files directory of Gitbash
FOR /D /r %%F in ("*") DO ( | |
pushd %CD% | |
cd %%F | |
FOR %%X in (*.rar *.zip *.001) DO ( | |
"C:\Program Files\7-zip\7z.exe" x -aos "%%X" | |
) | |
popd | |
) |
<?xml version="1.0" encoding="UTF-8"?> | |
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | |
<xsl:output encoding="UTF-8" method="xml"></xsl:output> | |
<xsl:template match="/"> | |
<testsuite> | |
<xsl:attribute name="tests"> | |
<xsl:value-of select="count(.//file)" /> | |
</xsl:attribute> | |
<xsl:attribute name="failures"> |
curl -sSL https://get.docker.com/ | sh | |
sudo usermod -aG docker $USER | |
curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-ci-multi-runner/script.deb.sh | sudo bash | |
sudo apt install gitlab-ci-multi-runner | |
gitlab-runner | |
echo "Done :)" |
sudo apt update | |
sudo apt install \ | |
libtool \ | |
m4 \ | |
automake \ | |
pkg-config \ | |
libcrypto++-dev \ | |
python-dev | |
git clone https://github.com/facebook/watchman.git |
#!/usr/bin/env bash | |
wget https://steamcdn-a.akamaihd.net/client/installer/steam.deb | |
dpkg -i steam.deb | |
sudo apt install python python-apt konsole zenity | |
sudo dpkg -i steam.deb | |
sommelier -X --scale=0.6 --dpi=120 steam & |
#!/usr/bin/env bash | |
# raspi zero w | |
# 2->VIN | |
# 3->SDI | |
# 5->SCK | |
# 6->GND | |
# be in home | |
cd |
045e4a129a42d99765944f99c25c71c8e6a91417f7b8514d80e1447ebf230fc0c70f8c3ac2a0ab3077f0a6414541698cdb8dd8f10cf9b4f293b801bb7cf6509667 |