4 lines
28 B
Bash
Executable File
4 lines
28 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
tar xf "${1}"
|