This commit is contained in:
PawelDopierala 2024-03-27 02:36:37 +01:00
parent d43e106ef4
commit f9c73bcaa7

View File

@ -1,2 +1,2 @@
#!/bin/bash
head -n example_data.txt > processed_data.txt
head -n $1 example_data.txt > processed_data.txt