diff options
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/"` |
