summary refs log tree commit diff
path: root/home/.local/bin/tup
blob: 543038da188dc53552f0d8d9333e011a5e83dd9f (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
set -e -u

dir=$(mktemp -d)
cat > "$dir/input.txt"
up "$dir/input.txt"
rm -r "$dir"
move ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe