initial upload
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o errexit
|
||||
set -o pipefail
|
||||
|
||||
# check screemcast PID
|
||||
|
||||
PIDFILE="~/.screencast.pid"
|
||||
|
||||
if [[ -e "${PIDFILE}" ]]; then
|
||||
|
||||
echo "RECORD"
|
||||
echo "RECORD"
|
||||
echo ""
|
||||
|
||||
fi
|
||||
Reference in New Issue
Block a user