This commit is contained in:
anon
2024-11-03 13:13:20 +01:00
parent f8c8f7ef0c
commit 5d47089c2b
7 changed files with 26 additions and 11 deletions

4
get_linux_source.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
mkdir "training_set/linux"
find /usr/src/linux/ -type f -name "*.c" -exec cp --verbose {} "training_set/linux/" \;