Pinned Loading
-
Bash starter with logging and args.
Bash starter with logging and args. 1#!/bin/bash2#3# Bash starter with logging and args.45 -
Bash script that searches for files ...
Bash script that searches for files and directories, but also files in archives and text in files. 1#!/bin/bash23app="$(basename "${0}")"45usage() { -
Bash script that watches for changes...
Bash script that watches for changes in a local directory and syncs it to a destination 1#!/bin/bash23usage() {4cat <<-EOM5$(basename "${0}") watches for changes in a local directory and syncs it to a destination. -
Toggles a file or folder to be ignor...
Toggles a file or folder to be ignored by Dropbox 1#!/bin/bash23if [ ! -e "$1" ]; then
4echo "ERROR: $file is not a file."
5exit 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
