Skip to content

Commit e86e0fb

Browse files
author
root at v2
committed
add script for easy live coding
1 parent f35cf33 commit e86e0fb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

red-vs-blue.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
while (true); do
3+
echo letting the blue team play:
4+
cd /root/snickers-blue/;
5+
node snickers;
6+
echo letting the red team play:
7+
cd /root/snickers-red/;
8+
node snickers;
9+
done

0 commit comments

Comments
 (0)