occlum/demos/fish/fish_script.sh
2020-06-13 03:33:32 +00:00

4 lines
119 B
Bash

#! /bin/fish
command echo "Hello-world-from-fish" | awk '$1=$1' FS="-" OFS=" " > /root/output.txt
cat /root/output.txt