An introduction to curl
using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- ====================================================================== | |
Nov 16, 2010 10:33:34 PM | |
org.eclipse.viatra2.gtasm.model | |
A test build script to execute GTASM model generation | |
Zoltan Ujhelyi | |
====================================================================== --> | |
<project name="org.eclipse.viatra2.gtasm.model" default="default"> |
An introduction to curl
using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin
#!/bin/bash | |
# | |
# AutoSSH to host and create or connect to tmux session | |
# Multi-hop version. Separate hops with `%`. Assign port with `:` | |
# | |
# $ remux-hop server.example.com sysop | |
# $ remux-hop alice.example.com%bob.example.com sysop | |
# $ remux-hop alice.example.com%[email protected]:2222 sysop | |
# | |
# Author: Oystein Steimler <[email protected]> |