Skip to content

Commit

Permalink
only run once
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Jun 16, 2024
1 parent 1a4c17f commit c042e4b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
6 changes: 5 additions & 1 deletion welcome/desktop-paste/.bashrc
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
/challenge/solve
if [ ! -f /tmp/.launched ]
then
touch /tmp/.launched
/challenge/solve
fi
6 changes: 5 additions & 1 deletion welcome/desktop/.bashrc
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
/challenge/solve
if [ ! -f /tmp/.launched ]
then
touch /tmp/.launched
/challenge/solve
fi
6 changes: 5 additions & 1 deletion welcome/restart/.bashrc
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
/challenge/solve
if [ ! -f /tmp/.launched ]
then
touch /tmp/.launched
/challenge/solve
fi
6 changes: 5 additions & 1 deletion welcome/vscode/.bashrc
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
/challenge/solve
if [ ! -f /tmp/.launched ]
then
touch /tmp/.launched
/challenge/solve
fi

0 comments on commit c042e4b

Please sign in to comment.