mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-04-24 01:30:50 +00:00
6 lines
60 B
Text
6 lines
60 B
Text
|
#!/bin/bash
|
||
|
|
||
|
destination="$1"
|
||
|
|
||
|
date +%s > $destination/last
|