fix
This commit is contained in:
parent
d43e106ef4
commit
f9c73bcaa7
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
head -n example_data.txt > processed_data.txt
|
||||
head -n $1 example_data.txt > processed_data.txt
|
Loading…
Reference in New Issue
Block a user