Skip to content

Instantly share code, notes, and snippets.

@bsutton
Last active January 14, 2020 10:21
Show Gist options
  • Save bsutton/ae2bccfa93b27c3fef7f6f8fcb45b1a0 to your computer and use it in GitHub Desktop.
Save bsutton/ae2bccfa93b27c3fef7f6f8fcb45b1a0 to your computer and use it in GitHub Desktop.
grep run
#! /usr/bin/env dshell
import 'package:dshell/dshell.dart';
void main() {
'grep error /var/log/syslog'.run;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment