flag stuff
This commit is contained in:
parent
05a119ecf6
commit
716b4a0a64
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh -e
|
||||||
SRC="$HOME"
|
SRC="$HOME"
|
||||||
DEST="$(pwd)"
|
DEST="$(pwd)"
|
||||||
[ "$(printf "Abort.\nContinue.\n" | dmenu -p "Copying from '$SRC' to '$DEST'. Continue?")" = "Continue." ] || exit
|
[ "$(printf "Abort.\nContinue.\n" | dmenu -p "Copying from '$SRC' to '$DEST'. Continue?")" = "Continue." ] || exit
|
||||||
set -ex
|
set -x
|
||||||
|
|
||||||
for dir in $(cat manifest_dir); do
|
for dir in $(cat manifest_dir); do
|
||||||
if ! [ -d "$SRC/$dir" ]; then
|
if ! [ -d "$SRC/$dir" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user