5 lines
182 B
Bash
Executable File
5 lines
182 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/mnt/bin/clang -cc1as -filetype obj -main-file-name test.S -target-cpu x86-64 -mrelocation-model pic -triple x86_64-unknown-yggdrasil -o /test.o /etc/test.S
|
|
/bin/ls -lh /
|