mirror of
https://github.com/tanrax/bash-folders.git
synced 2024-11-09 20:55:40 +01:00
Finish descompress
This commit is contained in:
parent
ebe72e8b13
commit
e753ad3970
@ -51,6 +51,8 @@ send-notification() {
|
||||
}
|
||||
|
||||
start() {
|
||||
# Output
|
||||
cd "$FOLDER_ORIGIN"
|
||||
# Monitors the selected folder
|
||||
inotifywait -m -e create,moved_to --format '%f' "$FOLDER_ORIGIN" |
|
||||
while read -r filename; do
|
||||
|
Loading…
Reference in New Issue
Block a user