4 lines
75 B
Bash
4 lines
75 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
head -$1 ../prod/resources/text-files/jrc_smaller.txt | tail -1
|