Compare commits
24 Commits
0fb16b895a
...
master
Author | SHA1 | Date | |
---|---|---|---|
7618f76037 | |||
5a1c3c942f | |||
674889ed8c | |||
af3667bd58 | |||
fdebb11b9a | |||
96df3ba9e0 | |||
2187fbebb2 | |||
992cac5ae9 | |||
5990210f14 | |||
f37145c77d | |||
d3e52ecafb | |||
20493b5735 | |||
9b0036c89b | |||
3f147570b8 | |||
1a54f21e4a | |||
98910306c5 | |||
5d6e88e9e8 | |||
08590351f4 | |||
18491fcb76 | |||
ee36c55dbc | |||
aa49351514 | |||
6aa7acfa70 | |||
f78b9d846f | |||
e115947aed |
1
clipboard-to-all-txt.sh
Executable file
1
clipboard-to-all-txt.sh
Executable file
@@ -0,0 +1 @@
|
||||
xclip -selection clipboard -o > all.txt
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
8
sync-mods-to-server.sh
Executable file
8
sync-mods-to-server.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
steamroot="$HOME/.var/app/com.valvesoftware.Steam"
|
||||
factorioroot="$steamroot/.factorio"
|
||||
modroot="$factorioroot/mods"
|
||||
|
||||
server="vm-general-1.ashburn.mgmt.desu.ltd"
|
||||
|
||||
rsync -avHS "$modroot"/ "$server:~/factorio/mods/$smodroot"/
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user