mirror of
https://github.com/h3xduck/TripleCross.git
synced 2026-01-07 08:43:07 +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
|