Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2016-01-29 22:58:49 +0300
committerChaoyi Zha <summermontreal@gmail.com>2016-01-29 22:58:49 +0300
commite25c5b1005d118afcf66ff8cb45421a331379595 (patch)
tree17c7d7d2af71e86600e7eb7d039c9801375d4752 /util
parentdb612b77677eec7f0f5fc158dee14d244e20f50d (diff)
Abstract URL shortening, create API endpoints & logic
Diffstat (limited to 'util')
-rw-r--r--util/restore_stock_env.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/restore_stock_env.sh b/util/restore_stock_env.sh
new file mode 100644
index 0000000..a5bc73d
--- /dev/null
+++ b/util/restore_stock_env.sh
@@ -0,0 +1,3 @@
+mv .env .env.bak
+wget https://raw.githubusercontent.com/cydrobolt/polr/2.0-dev/.env
+echo "Done!"