Skip to content

Instantly share code, notes, and snippets.

seq 2000 2019 | while read y ; do
[ "$y" = "" ] && break
rm -rf n$y
mkdir -p n$y
find . -type f |grep --color=no ./$y | while read i; do
a=$(dirname "$i")
a=$(basename "$a")-$(basename "$i")
cp -f "$i" "n$y/$a"
done
done
aws s3 sync .\Music\iTunes s3://noyuno-desktop/iTunes
@noyuno
noyuno / btd.css
Last active June 7, 2018 00:21
better tweetdeck css
.tweet-text, .account-bio, .prf-bio {
font-weight: 400;
}
.dark .mdl {
height: 100%!important;
}
@noyuno
noyuno / modslist.xml
Last active November 15, 2017 06:14
Cities: Skylines Mods List (v1.9)
<?xml version="1.0" encoding="utf-16"?>
<!--Automatically generated XML file for cities : skyline's ModsList mod. Created by CoarxFlow.-->
<ModsList version="1.1.6">
<Mods>
<ModEntry name="Hard Mode" ID="18446744073709551615" activated="False" />
<ModEntry name="Unlimited Money" ID="18446744073709551615" activated="False" />
<ModEntry name="Unlimited Oil And Ore" ID="18446744073709551615" activated="False" />
<ModEntry name="Unlimited Soil" ID="18446744073709551615" activated="False" />
<ModEntry name="Unlock All" ID="18446744073709551615" activated="False" />
<ModEntry name="Transport Capacity" ID="414326578" activated="True" />