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" |