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
#!/usr/bin/env ruby | |
require 'watir' | |
require 'telegram/bot' | |
Telegram.bots_config = { | |
default: '1737278742:AAG5hgFUafYf1f_ad4gAkYz3wl6ysh2DboE', | |
} | |
Telegram.bot.get_updates |
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/sh | |
#https://gist.github.com/7Z0nE/acdaa333b24f3529e720d7c136ac1483 | |
# start some nice programs | |
if [ -d /etc/X11/xinit/xinitrc.d ] ; then | |
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do | |
[ -x "$f" ] && . "$f" | |
done | |
unset f | |
fi |
This file has been truncated, but you can view the full file.
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
Script started on 2019-02-04 08:56:08+00:00 [TERM="linux" TTY="/dev/tty1" COLUMNS="240" LINES="67"] | |
[fred@cleanarch ~]$ cd build/pytorch/ | |
[fred@cleanarch pytorch]$ git checkout master | |
Switched to branch 'master' | |
Your branch is up to date with 'origin/master'. | |
[fred@cleanarch pytorch]$ git pull | |
remote: Enumerating objects: 61, done.[K | |
remote: Counting objects: 1% (1/61) [K | |
remote: Counting objects: 3% (2/61) [K | |
remote: Counting objects: 4% (3/61) [K |