mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-06 05:17:49 +00:00
6 lines
55 B
Bash
6 lines
55 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo "1--$1--"
|
||
|
echo "2--$2--"
|
||
|
rm -f "$1/$2"
|