mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 12:01:37 +08:00
5 lines
111 B
Bash
Executable File
5 lines
111 B
Bash
Executable File
|
|
#!/bin/bash
|
|
set -x
|
|
DEST="../../node_modules/react-native-update/ios"
|
|
date +%s > "$DEST/pushy_build_time.txt" |