mirror of
https://github.com/h3xduck/TripleCross.git
synced 2026-01-06 16:33:06 +08:00
4 lines
86 B
Bash
4 lines
86 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
printf "all:\n\ttouch bpf_testmod.ko\n\nclean:\n" > bpf_testmod/Makefile
|