~inspirated/arsenal/send-attachments-enforce-mimetype

« back to all changes in this revision

Viewing changes to contrib/stats-bugs.cron

  • Committer: Bryce Harrington
  • Date: 2009-04-14 07:20:37 UTC
  • Revision ID: bryce@canonical.com-20090414072037-8tyqpo3elyy0xl7i
Adding new hook scripts (migrating a few from contrib...) and moving
dependencies into scripts dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
dir=/home/bryce/stats-bugs
4
 
date=$(date +%Y%m%d-%H%M)
5
 
 
6
 
if [ ! -d $dir ] ; then
7
 
   mkdir $dir
8
 
fi
9
 
 
10
 
file=$dir/stats-bugs-$date.json
11
 
 
12
 
/home/bryce/src/Arsenal/arsenal/contrib/xorg_pkg_list | xargs /home/bryce/src/Arsenal/arsenal/contrib/stats-bugs.py > $file