occlum/demos/fish/fish_script.sh
2021-07-28 09:11:19 +08:00

8 lines
177 B
Bash
Executable File

#! /usr/bin/fish
command echo "Hello-world-from-fish" | awk '$1=$1' FS="-" OFS=" " > /root/output.txt
cat /root/output.txt
cd /opt/occlum/glibc/lib
/usr/bin/busybox ls -al
pwd