diff options
Diffstat (limited to 'scripts/bbstartup')
| -rwxr-xr-x | scripts/bbstartup | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/bbstartup b/scripts/bbstartup index 79b9b2c..f7ce3b4 100755 --- a/scripts/bbstartup +++ b/scripts/bbstartup @@ -1,11 +1,6 @@ #!/bin/sh # This file contains the script that is run when bb launches -# Delay running command-line commands (bb +<cmd>) until after startup: -tmpfile="$(mktemp "${TMPDIR-/tmp}/bb-cmdline-XXXXXX")" -trap 'cat "$tmpfile" >> "$BBCMD"; rm -f "$tmpfile"' EXIT -mv "$BBCMD" "$tmpfile" - # Create bb data dir: [ ! -d "$XDG_DATA_HOME/bb" ] && mkdir -p "$XDG_DATA_HOME/bb" |
