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