Last active 10 months ago

x-way revised this gist 10 months ago. Go to revision

No changes

x-way's Avatar Andreas Jaggi revised this gist 12 years ago. Go to revision

1 file changed, 3 insertions

update_serials.sh(file created)

@@ -0,0 +1,3 @@
1 + #!/bin/bash
2 +
3 + sed -i -e "s/[0-9]\{10\}/$(date +%10s)/" "$@"
Newer Older