occlum/demos/fish/fish_script.sh
2020-05-28 19:55:09 +08:00

2 lines
105 B
Bash

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