Commit abca5125 authored by Mattia Rizzolo's avatar Mattia Rizzolo

drop testing echo

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mapreri@ubuntu.com>
parent 75b430fb
#!/bin/sh
# run only one verion of myself
# shellcheck disable=2015
echo "$0"
[ "${FLOCKER:-}" != "$0" ] && exec env FLOCKER="$0" flock -E 0 -en "$0" "$0" "$@" || :
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment