summary refs log tree commit diff
path: root/install.sh
blob: 4573836f1403c6216d6017ff3dcc5e03f8f6b189 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env sh

for command in ./commands/*; do
	cp "$command" /town/our/
done

for file in ./data/*; do
	cp "$file" /town/our/data/
done