This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Bash script how many days are left before the domain expires. | |
# Скрипт выводит количество дней до окончания регистрации домена. | |
# Initial source code: https://mnorin.com/monitoring-daty-prodleniya-domennogo-imeni.html | |
if [ "$1" == "" ] | |
then | |
cat << EOF | |
Script that monitors how many days left until domain registration ends. | |
Usage: $(basename $0) domain.name |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# version 1.0 | |
# for https://github.com/steeply/gbot-trader | |
FROM node:8-alpine | |
MAINTAINER Stepan Ipatyev <[email protected]> | |
RUN apk update && apk upgrade && \ | |
apk add --no-cache bash git openssh && \ | |
cd $HOME && \ | |
git clone https://github.com/steeply/gbot-trader.git && \ | |
cd gbot-trader && \ | |
npm i && \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<meta charset="utf-8"> | |
<title>Bootply.com - Bootstrap Portal Template</title> | |
<meta name="generator" content="Bootply" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | |
<script type='text/javascript' src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script> | |
<link href="bootstrap/css/bootstrap.css" rel="stylesheet"> |