#!/bin/bash
awk -F: '{for(i=NF;i>0;i--){printf "%s", $i; if(i>1){printf "%s", ":"}}; print ""}'