]>
git.rmz.io Git - dotfiles.git/blob - bin/fix_numbering/fixMPFC
   3 ################################################################### 
   4 # This script fixes the series numbering for season 2 of Monty    # 
   5 # Python's Flying Circus                                          # 
   6 ################################################################### 
  16         $n = length($n) == 1 ? "0$n" : $n; 
  20         print "$old_file -> $_\n";