Added cool makefile to do repo maintenance in future...
[mirrors/Programs.git] / php / de64.php
CommitLineData
21c4e167
H
1#!/usr/bin/php
2<?php
3
4echo(base64_decode($argv[1])."\n");
This page took 0.088535 seconds and 4 git commands to generate.