mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
6 lines
78 B
Bash
6 lines
78 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
sleep 1 # mtime resolution is 1 sec on unix.
|
|
touch "$1"
|