mirror of
https://github.com/m8tin/cis.git
synced 2025-12-06 15:58:26 +01:00
5 lines
119 B
Bash
Executable File
5 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
echo "$(head -n 3 ${0})" > ${0}
|
|
echo "#$(date --rfc-3339=ns)" >> ${0}
|
|
#2023-11-11 15:03:46.439551015+01:00
|