mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
7 lines
148 B
Bash
Executable File
7 lines
148 B
Bash
Executable File
#!/bin/sh
|
|
rm -rf fud0 fud1 lilith_hosts.tsv
|
|
mkdir fud0
|
|
mkdir fud1
|
|
echo "Hello from node 0." > "fud0/node0"
|
|
echo "Hello from node 1." > "fud1/node1"
|