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