File: print_guess.pl

package info (click to toggle)
libshell-guess-perl 0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: perl: 166; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (3)
1
2
3
4
5
use strict;
use warnings;
use Shell::Guess;

print Shell::Guess->running_shell->name, "\n";