1 2 3 4 5 6
#!/bin/sh # DF-0673 fake-server build set -e cd "$(dirname "$0")" cc -Wall -o fake_smb_server fake_smb_server.c ls -l fake_smb_server