5 lines
63 B
Bash
5 lines
63 B
Bash
#!/bin/bash
|
|
|
|
echo 'test.sh'
|
|
echo 1 > /logs/verifier/reward.txt
|
#!/bin/bash
|
|
|
|
echo 'test.sh'
|
|
echo 1 > /logs/verifier/reward.txt
|