diff options
| author | Tslil Clingman <hiato1@gmail.com> | 2015-02-01 23:03:05 +0200 |
|---|---|---|
| committer | Tslil Clingman <hiato1@gmail.com> | 2015-02-01 23:03:05 +0200 |
| commit | ce6884394a82f6b377ec1d659ce59be92fdf5f7c (patch) | |
| tree | c07aaf8d6571b145407c24d7b96d394a75d45dc2 /ranpas | |
| parent | 2a30d923196c135f5d02e56e3e840d2d1fb3140e (diff) | |
Changed to /usr/bin/env and added non-zsh modde to vcs
Diffstat (limited to 'ranpas')
| -rwxr-xr-x | ranpas | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Read random pastes from pastie.org ;) -#!/bin/bash +#!/usr/bin/env bash echo Fetching paste list ... lst=`wget pastie.org/pastes -q -O - | grep "id='paste" | head -n 1 | sed "s/.*id='paste_\([0-9]*\)'.*/\1/"` |
