mirror of
https://github.com/syncthing/syncthing.git
synced 2026-01-02 10:59:03 -05:00
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"
|