| 1 | #!/bin/bash |
| 2 | |
| 3 | sed -i -e "s/[0-9]\{10\}/$(date +%10s)/" "$@" |
x-way / update_serials.sh
Last active 3 months ago
Revision 9e29c491602c3c64ceccf1b618b74261fd6af874
Last active 3 months ago
Revision 9e29c491602c3c64ceccf1b618b74261fd6af874
| 1 | #!/bin/bash |
| 2 | |
| 3 | sed -i -e "s/[0-9]\{10\}/$(date +%10s)/" "$@" |