mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-16 18:22:17 -05:00
5 lines
66 B
Bash
5 lines
66 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
echo "Stopping application"
|
||
|
|
cd ~/notifications-api/;
|