4 lines
64 B
Bash
4 lines
64 B
Bash
#!/bin/sh
|
|
|
|
get_date_version_string `find_newest_file *.tar.bz2`
|
#!/bin/sh
|
|
|
|
get_date_version_string `find_newest_file *.tar.bz2`
|